blob: 4cd47565a49da4e8c3d3eff81c3ea2b1621feb6e [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
15
16# Specialized files
Jacek Caban365604f2015-08-14 13:27:06 +020017autom4te.cache
LIU Hao457544c2022-10-08 00:58:20 +080018Makefile
19libtool
20config.status
21config.h
22stamp-h1
23
24# Autotools test results
25*.trs
26*.test
27*.test.exe
28*.log
29
30# Merge conflict files
31*.orig
32*.rej
33
34# Others
35*.swp
36*.tar
37*.tar.*