forked from scanmem/scanmem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (52 loc) · 753 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Compiled program
/scanmem
# Auto-generated files
*.o
*.lo
*.la
.deps
.libs
m4
autom4te.cache
config.h*
configure
Makefile
Makefile.in
aclocal.m4
compile
config.guess
config.log
config.status
config.sub
depcomp
install-sh
libtool
ltmain.sh
missing
py-compile
stamp-h1
tags
test-driver
# GameConqueror
gui/org.scanmem.gameconqueror.metainfo.xml
gui/org.scanmem.gameconqueror.desktop
gui/consts.py
gui/*.pyc
gui/*.pyo
gui/__pycache__
gui/gameconqueror
gui/org.freedesktop.gameconqueror.policy
gui/org.freedesktop.gameconqueror.policy.in
# Translations
po/.intltool-merge-cache
po/GameConqueror.pot
po/Makefile.in.in
po/POTFILES
po/*.gmo
po/stamp-it
# Android builds
# libreadline and ncurses downloads and links
readline-*
ncurses-*
readline
ncurses