diff options
author | Adhitya Kamakshidasan | 2016-07-28 21:59:26 +0530 |
---|---|---|
committer | Adhitya Kamakshidasan | 2016-07-28 21:59:26 +0530 |
commit | b05db4da3f8cbe93d19bab9afef98d7942b2229a (patch) | |
tree | 1591cba42a5d32c2abffcf0f3ce79632616e1dd8 /.gitignore | |
parent | 6fd0f986be3292e46753049d741b966f0c9ebc55 (diff) | |
download | xcos-on-web-b05db4da3f8cbe93d19bab9afef98d7942b2229a.tar.gz xcos-on-web-b05db4da3f8cbe93d19bab9afef98d7942b2229a.tar.bz2 xcos-on-web-b05db4da3f8cbe93d19bab9afef98d7942b2229a.zip |
Added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2365be --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +target +.classpath +.project +.settings +/bin/ +log +test/* +!*.gitkeep/ +**/Thumbs.db +nbactions.xml +nb-configuration.xml |