Clean up .gitignore files

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-04-10 12:08:42 +02:00
parent ea9a5e341e
commit daec6b1fae
3 changed files with 4 additions and 9 deletions

10
.gitignore vendored
View file

@ -1,4 +1,4 @@
CMakeFiles CMakeFiles/
CMakeCache.txt CMakeCache.txt
CPack* CPack*
Makefile Makefile
@ -6,10 +6,6 @@ cmake.h
commit.h commit.h
cmake_install.cmake cmake_install.cmake
install_manifest.txt install_manifest.txt
libshared-prefix *.swp
patches
_CPack_Packages
CPackConfig.cmake
CPackSourceConfig.cmake
*swp
*.pyc *.pyc
*.cbp

2
src/.gitignore vendored
View file

@ -1,7 +1,7 @@
timew timew
lex lex
*.a *.a
CMakeFiles CMakeFiles/
Makefile Makefile
cmake_install.cmake cmake_install.cmake
lr0 lr0

1
test/.gitignore vendored
View file

@ -1,5 +1,4 @@
all.log all.log
*.pyc
data.t data.t
exclusion.t exclusion.t
helper.t helper.t