Skip to content

Commit

Permalink
Some changes to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oitofelix committed Sep 26, 2020
1 parent 18b7987 commit d408686
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Autotools bootstrapping or maintainer documentation building
# process.

ABOUT-NLS
AUTHORS
INSTALL
ChangeLog
NEWS
README
/ABOUT-NLS
/AUTHORS
/INSTALL
/ChangeLog
/NEWS
/README

# Ignore built documentation

Expand All @@ -28,8 +28,8 @@ README

# Ignore Makefiles throughout the whole tree.

**/Makefile
**/Makefile.in
Makefile
Makefile.in


# Ignore binary objects, Guile snarfed files and dependency
Expand All @@ -39,22 +39,21 @@ src/**/*.[ox]
/mininim
/mininim.exe
*.rc.o
**/.deps/
.deps
*.gch

# Ignore Emacs backup files recursively.

**/*~
**/*\#*
*~

# Ignore gnulib files
/gnulib

# Ignore all Autoconf M4 files except the non-standard ones used by
# this project. Ignore also the Autom4te temporary cache.

autom4te.cache/
aclocal.m4
/autom4te.cache/
/aclocal.m4
m4/*.m4
!m4/ax_prog_doxygen.m4
!m4/ax_prog_guile_version.m4
Expand Down Expand Up @@ -87,7 +86,7 @@ build-aux/*

# Ignore all Autotools configuration-time files.

configure
/configure
config.h
config.h.in
config.log
Expand All @@ -109,6 +108,10 @@ GTAGS
*.gcov
gmon.out

# Allegro

/allegro.log

# Others
/core
.depend
Expand All @@ -118,20 +121,17 @@ prince.gdb
/_site/
release/

# Mac OS X specific
/.cccc/
/TAGS
/coverage.dir/
*.html
/mac/

*~
*.o
.DS_Store
.deps
Makefile
Makefile.in

# Local Variables:
# mode: conf-space
# End:
/.cccc/
/TAGS
/coverage.dir/
*.html
/mac/

0 comments on commit d408686

Please sign in to comment.