.gitignore 330 Bytes
Newer Older
1
2
*~
*.bak
3
4
5
6
7
8
*.o
.deps
.libs
Makefile
Makefile.in

9
10
11
12
core
.gdb_history
.gdbinit

13
14
15
16
/ABOUT-NLS
/INSTALL
/aclocal.m4
/autom4te.cache
17
/compile
18
/config.cache
19
20
21
/config.guess
/config.h
/config.h.in
22
/config.log
23
24
25
26
27
28
/config.rpath
/config.status
/config.sub
/configure
/depcomp
/install-sh
Chris Allegretta's avatar
Chris Allegretta committed
29
/intl
30
31
32
33
34
35
/missing
/mkinstalldirs
/stamp-h1

/nano.spec
/src/nano