mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
Add a .gitignore file for the 1.4 branch.
This commit is contained in:
parent
06d26fc843
commit
d014edb2c0
66
.gitignore
vendored
Normal file
66
.gitignore
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
### These files should get ignored no matter where they appear.
|
||||
|
||||
# Editors leave these lying around
|
||||
\#*\#
|
||||
.#*
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# C stuff
|
||||
*.o
|
||||
|
||||
# Windows stuff
|
||||
*.obj
|
||||
*.exe
|
||||
|
||||
# Patch leaves these lying arround
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
# gcov stuff
|
||||
*.gcno
|
||||
*.gcov
|
||||
*.gcda
|
||||
|
||||
# Autotools stuff
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
# Libtool stuff
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
|
||||
## The initial / makes these files only get ignored in particular directories.
|
||||
/autom4te.cache
|
||||
|
||||
/aclocal.m4
|
||||
/config.guess
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/depcomp
|
||||
/config.h
|
||||
/config.h.in
|
||||
/event-config.h
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/stamp-h1
|
||||
|
||||
/m4
|
||||
|
||||
/sample/event-test
|
||||
/sample/signal-test
|
||||
/sample/time-test
|
||||
|
||||
/test/bench
|
||||
/test/regress
|
||||
/test/regress.gen.c
|
||||
/test/regress.gen.h
|
||||
/test/test-eof
|
||||
/test/test-init
|
||||
/test/test-time
|
||||
/test/test-weof
|
||||
|
Loading…
x
Reference in New Issue
Block a user