diff options
author | Yehonal <hw.2@hotmail.it> | 2016-07-09 00:29:05 +0200 |
---|---|---|
committer | Yehonal <hw.2@hotmail.it> | 2016-07-10 17:11:44 +0200 |
commit | 9e19774c45c11b01b2f6f66361b9c4da75b259df (patch) | |
tree | 786c8750ec5c28bf7d848cfb22c562a2ad343b17 /.gitignore | |
parent | ac7ed64dd25dc5af16595a8cae5b8548bd4c5bb5 (diff) |
ignoring IDE & other softwares specific files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7dbed8f3ea..70d23d3aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,29 @@ CMakeLists.txt.user *.BACKUP.* *.BASE.* *.LOCAL.* + +# +# IDE & other softwares +# +/.settings/ +/.externalToolBuilders/* +# exclude in all levels +nbproject/ +.sync.ffs_db + +# +# Eclipse +# +*.pydevproject +.metadata +.gradle +tmp/ +*.tmp +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.project +.cproject + |