mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Clean up .gitignore files
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
ea9a5e341e
commit
daec6b1fae
3 changed files with 4 additions and 9 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
2
src/.gitignore
vendored
|
@ -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
1
test/.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
all.log
|
all.log
|
||||||
*.pyc
|
|
||||||
data.t
|
data.t
|
||||||
exclusion.t
|
exclusion.t
|
||||||
helper.t
|
helper.t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue