keep .gitignore sorted and complete
This commit is contained in:
parent
4a00aec0b9
commit
d7362a0e5b
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -2,6 +2,10 @@ aclocal.m4
|
||||||
AUTHORS
|
AUTHORS
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
ccr
|
ccr
|
||||||
|
cmake-build-debug
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
cmake_install.cmake
|
||||||
codecrypt-*.tar.gz
|
codecrypt-*.tar.gz
|
||||||
compile
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
|
@ -10,6 +14,7 @@ config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
.idea
|
||||||
INSTALL
|
INSTALL
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
@ -23,5 +28,3 @@ NEWS
|
||||||
src/.deps/
|
src/.deps/
|
||||||
src/.dirstamp
|
src/.dirstamp
|
||||||
src/*.o
|
src/*.o
|
||||||
.idea
|
|
||||||
cmake-build-debug
|
|
||||||
|
|
Loading…
Reference in a new issue