Ignoring some files: eclipse configuration files, target directory, emacs backup files
This commit is contained in:
parent
981df70033
commit
752cb910f0
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# ignore build output directory
|
||||
navalplanner-webapp/target
|
||||
navalplanner-business/target
|
||||
navalplanner-gantt-zk/target
|
||||
|
||||
# ignore eclipse configuration files
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
#ignore patches files
|
||||
*.patch
|
||||
|
||||
#ignore backup files
|
||||
*~
|
||||
\#*\#
|
||||
Loading…
Add table
Reference in a new issue