blob: 3d1022348221432450b20dbfb58766eafcbb2b16 [file] [log] [blame]
LIU Hao457544c2022-10-08 00:58:20 +08001# Temporary files
2*~
3.*
4
5# Compiled files
6*.o
7*.a
8*.so
9*.out
10*.exe
11*.dll
12*.lo
13*.la
14*.gch
Antonin Décimoe7f72a32023-12-14 11:03:40 +010015*.obj
16*.res
LIU Hao457544c2022-10-08 00:58:20 +080017
18# Specialized files
Jacek Caban365604f2015-08-14 13:27:06 +020019autom4te.cache
Antonin Décimoe7f72a32023-12-14 11:03:40 +010020config.cache
LIU Hao457544c2022-10-08 00:58:20 +080021Makefile
22libtool
23config.status
24config.h
Antonin Décimoe7f72a32023-12-14 11:03:40 +010025confdefs.h
LIU Hao457544c2022-10-08 00:58:20 +080026stamp-h1
27
28# Autotools test results
29*.trs
30*.test
31*.test.exe
32*.log
33
34# Merge conflict files
35*.orig
36*.rej
37
38# Others
39*.swp
40*.tar
41*.tar.*