-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (29 loc) · 761 Bytes
/
.gitignore
File metadata and controls
38 lines (29 loc) · 761 Bytes
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
# Debian .deb cruft
debian/files
debian/commotion-linux-py.debhelper.log
debian/commotion-linux-py.substvars
debian/commotion-linux-py.postinst.debhelper
debian/commotion-linux-py.prerm.debhelper
debian/commotion-linux-py/
# python build products
*.pyc
__pycache__
# example code
examples/
# PyQt auto-created asset tracking file.
*_rc.py
commotion_client/temp/
#All compiled versions of designer created UI files.
Ui_*.py
# Emacs auto-save cruft because s2e does not want to spend the time debugging his .emacs config right now.
\#.*#
#Extension Application Data
commotion_client/data/extensions/*
#compiled clients
build/exe*
build/lib
build/resources
#testing objects
tests/temp/*
#auto-created commotion on failure of everywhere else
commotion.log