Ignore generated files
- ignore multiple files from production (CommModule logs and debug output), tarballs, lastid files from scripts - ignore files that are left over by patch, vim and JetBrains IDEs during development
This commit is contained in:
parent
4edf5c0cc5
commit
685ff8f2b8
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -6,13 +6,22 @@
|
|||
# Ignore file with the account data
|
||||
/password.dat
|
||||
|
||||
*.orig
|
||||
*.rej
|
||||
.*.swp
|
||||
/.idea/
|
||||
/CommModule/*-active
|
||||
/CommModule/infogpg.txt
|
||||
/CommModule/logfile*txt
|
||||
/CommModule/nohup*
|
||||
/CommModule/nohup.out
|
||||
/CommModule/oldlogs/
|
||||
/CommModule/serialserver.conf
|
||||
/crt/
|
||||
/csr/
|
||||
/locale/cv
|
||||
/pages/index/feed.rss
|
||||
/scripts/*_lastid.txt
|
||||
/tarballs
|
||||
/www/*.crl
|
||||
/www/*.crl.patch
|
||||
|
|
Loading…
Reference in a new issue