File: .gitignore

package info (click to toggle)
ike 2.2.1%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,240 kB
  • ctags: 2,674
  • sloc: cpp: 28,690; yacc: 1,499; lex: 324; sh: 149; makefile: 33
file content (33 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
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
# CMake #
##################
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake


# Compiled or generated source #
################################
source/iked/conf.parse.cpp
source/iked/conf.parse.hpp
source/iked/conf.token.cpp
source/iked/location.hh
source/iked/position.hh
source/iked/stack.hh
source/ikec/ikec
source/iked/iked
source/qikea/qikea
source/qikec/qikec
lib*.so*

# Qt #
######
*.qrc.depends
moc_*.cxx
qrc_*.cxx
ui_*.h

# Misc #
########
*~
.DS_Store