diff options
author | ShinDarth <borzifrancesco@gmail.com> | 2015-06-30 14:39:02 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2015-06-30 14:39:02 +0200 |
commit | 993eb1ad8fed6f498b8e6b9108149b06cc08ad5a (patch) | |
tree | d10e71ffa84444cf8204dfd8cef0d67e7e2ef899 /.gitignore | |
parent | 3ada2ed993517a19f9733fcface94787569bbdf9 (diff) |
Add nbproject/* to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7dbed8f3ea2..9378a13bf11 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ CMakeLists.txt.user *.BACKUP.* *.BASE.* *.LOCAL.* +nbproject/* |