mistserver/.gitignore
Lekensteyn fcf29984c0 autofoo cleanup, put version detection in configure.ac
- Autogenerated files do not belong to the repository, remove those files.

- The version is also determined when generating the configure file, so remove
  the version.sh file as well.

- Remove ACLOCAL_AMFLAGS and the related entry in configure.ac to get rid of
  configuration errors.

- Do not create NEWS or INSTALL by using a lower strictness.

- Ignore autogenerated autojunk.
2012-06-02 22:19:57 +02:00

23 lines
263 B
Text

#ignore object files and nonsense like that
*.[oa]
*.la
*.lo
*~
.deps
Makefile
Makefile.in
version.m4
docs
nbproject
autom4te.cache
src/Mist*
src/analysers/Mist*
src/converters/Mist*
/configure
/config.*
/aclocal.m4
/install-sh
/ltmain.sh
/missing
/depcomp
.libs