Configure .gitignore to ignore everything by default
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,28 +1,7 @@
|
||||
# CVS default ignores begin
|
||||
tags
|
||||
TAGS
|
||||
.make.state
|
||||
.nse_depinfo
|
||||
*~
|
||||
\#*
|
||||
.#*
|
||||
,*
|
||||
_$*
|
||||
*$
|
||||
*.old
|
||||
*.bak
|
||||
*.BAK
|
||||
*.orig
|
||||
*.rej
|
||||
.del-*
|
||||
*.a
|
||||
*.olb
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.exe
|
||||
*.Z
|
||||
*.elc
|
||||
*.ln
|
||||
core
|
||||
# CVS default ignores end
|
||||
# Ignorer alt som standard
|
||||
*
|
||||
|
||||
# Inkluder følgende filer i git-repoet
|
||||
!.gitignore
|
||||
!backup.sh
|
||||
!clean_snapshots.sh
|
||||
|
||||
Reference in New Issue
Block a user