Add gitignore.
This commit is contained in:
parent
a33133ff12
commit
a74c454175
1 changed files with 33 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Generated files
|
||||
*.o
|
||||
*.in
|
||||
*.8
|
||||
config/
|
||||
config.*
|
||||
Makefile
|
||||
.deps/
|
||||
|
||||
/autom4te.cache
|
||||
/autoscan.log
|
||||
/autoscan-*.log
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/configure.scan
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
|
||||
/linux/testdisk.spec
|
||||
/src/fidentify
|
||||
/src/moc_qphotorec.cpp
|
||||
/src/photorec
|
||||
/src/photorec.ses
|
||||
/src/qphotorec
|
||||
/src/rcc_qphotorec.cpp
|
||||
/src/testdisk
|
||||
|
||||
# OS specific files
|
||||
*~
|
||||
.DS_Store
|
Loading…
Reference in a new issue