ignore and clean the TAGS file
This commit is contained in:
parent
ca9f7361e8
commit
ac347f82cc
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
tags
|
tags
|
||||||
|
TAGS
|
||||||
Setup
|
Setup
|
||||||
*.hi
|
*.hi
|
||||||
*.o
|
*.o
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -132,7 +132,7 @@ docs: mans
|
||||||
clean:
|
clean:
|
||||||
if [ "$(BUILDER)" != ./Setup ] && [ "$(BUILDER)" != cabal ]; then $(BUILDER) clean; fi
|
if [ "$(BUILDER)" != ./Setup ] && [ "$(BUILDER)" != cabal ]; then $(BUILDER) clean; fi
|
||||||
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
||||||
doc/.ikiwiki html dist tags Build/SysConfig Build/Version \
|
doc/.ikiwiki html dist tags TAGS Build/SysConfig Build/Version \
|
||||||
Setup Build/InstallDesktopFile \
|
Setup Build/InstallDesktopFile \
|
||||||
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \
|
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \
|
||||||
Build/DistributionUpdate Build/BuildVersion Build/MakeMans \
|
Build/DistributionUpdate Build/BuildVersion Build/MakeMans \
|
||||||
|
|
Loading…
Reference in a new issue