Skip to content
Snippets Groups Projects
Commit 1a5e44db authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Updated gitignore settings

parent 164321ab
Branches
Tags
No related merge requests found
Makefile
Makefile.in
.deps
.libs
.obj
# Files to be usually ignored everywhere in repository
# (Created by LaTeX, emacs, autotools ...)
# LaTeX
*.aux
*.dvi
*.lof
......@@ -15,39 +10,17 @@ Makefile.in
*.blg
*.bbl
*.out
# Editors (emacs)
.*~
*~
.#*
#*#
# autotools
*.cache
*.o
*.lo
*.la
*.m4
*.cache
# Das sind keine "user-specific directories" sondern entspricht der
# usrsprünglichen fastNLO Aufteilung in Code zur Tabellenproduktion,
# "author --> create", bzw. -auswertung, "user --> read".
#/v1.4/user/
#/v2.0/user/
#/v1.4/userkr/
#/v2.0/userkr/
# autotools distribution files
INSTALL
SVNREV
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
test-driver
.deps
.libs
.obj
Makefile.in
......@@ -16,4 +16,5 @@ libtool
ltmain.sh
missing
stamp-h1
test-driver
Makefile
# Files to be usually ignored in projects managed with autotools
INSTALL
GITREV
aclocal.m4
compile
config.guess
config.h
......@@ -15,5 +14,16 @@ install-sh
libtool
ltmain.sh
missing
py-compile
stamp-h1
test-driver
Makefile
doc/doxygen
# These m4 macros normally should be reinstalled from the development machine
# using autoreconf -i
aclocal.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment