aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f4d77ba3295ed10955cf42872b9fca3c47851147 (plain) (blame)
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
# editor stuff
*~
\#*\#
*.swp
*.bak

# binary
usdx

# logs
debug.log*

# tests
test/usdx-test
test/usdx-test-coverage
test/coverage/
test/test.xml

# cmake stuff
CMakeFiles/
Testing/
CMakeCache.txt
cmake_install.cmake
CTestTestfile.cmake
DartConfiguration.tcl
Makefile